home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / arexx / rexxbgui / rexxbgui.readme < prev    next >
Text File  |  1999-06-14  |  1KB  |  30 lines

  1. Short:    Rexx access to BGUI V2.0
  2. Author:   Jilles Tjoelker
  3. Uploader: Menno Tjoelker <M.Tjoelker@nl.origin-it.com>
  4. Version:  2.0
  5. Type:     util/rexx
  6. Status:   freeware
  7. Requires: bgui.library V41.8 or higher
  8.  
  9. RexxBGUI gives ARexx scripts access to BGUI in a way similar to C or E.
  10. BGUI creates font-sensitive, resizable GUIs. (That can be disabled in the
  11. script.)
  12.  
  13. Included are two "real" scripts for use with AWeb:
  14.  
  15. * bguimodes.awebrx, a replacement for ChangeModes.awebrx by Gabriele Favrin
  16.   (thanks for the idea, Gabriele!).
  17.  
  18. * bguishowdir.awebrx, shows a listing of the marked directory in a window
  19.   with a 'Delete' option, for use in conjunction with AminetReo.rexx.
  20.  
  21. New in version 2.0:
  22. * Fixed bugs in bguimodes.awebrx and bguishowdir.awebrx
  23. * Version number bumped because of new functions.
  24. * Added menus.
  25. * Added progress bar (suggested by Ingo Musquinier) and indicator.
  26. * Bug fixed: bguiwindow() did not get the argument count correctly. This
  27.   caused problems, because ARexx does not clear extra argument slots but
  28.   instead leaves in them what values happen to be contained in them from
  29.   previous function calls.
  30.